home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 15
/
AMIGAplus Sonderheft 15 (1998)(ICP)(DE)[!].iso
/
rexx
/
winview_reduce4.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-07-15
|
421b
|
19 lines
/*
** Starts WindowView - 25% size of the original Picture
** ----------------------------------------------------
**
** PMPro will change -PicManFile- to the filename of the picture
**
** Example: PMPro generates following Line:
**
** "run PIC_MANAGER:Tools/WindowView" """RAM:Dummy 1.iff""" "-sreduce4"
**
** (c) 1995 by J. Schaefer
*/
ADDRESS COMMAND
"run PIC_MANAGER:Tools/WinView" ""PicManFile"" "-sreduce4"
EXIT